home *** CD-ROM | disk | FTP | other *** search
- **
- ** MemStubs.a
- **
- ** Stubs for memory management routines
- **
- ** Copyright © 1990-1996 by Olaf `Olsen' Barthel
- ** All Rights Reserved
- **
-
- section text,code
-
- *----------------------------------------------------------------------------*
-
- xref FreeVecPooledLocal
- xdef FreeVecPooled
-
- FreeVecPooled:
-
- move.l (sp),a1
- bra FreeVecPooledLocal
-
- *----------------------------------------------------------------------------*
-
- xref AllocVecPooledLocal
- xdef AllocVecPooled
-
- AllocVecPooled:
-
- move.l (sp),a0
- bra AllocVecPooledLocal
-
- *----------------------------------------------------------------------------*
-
- end
-